home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / interface / APlus Viewer / help / stylesheet.css
Cascading Style Sheet File  |  2007-09-26  |  1KB  |  56 lines

  1. html,table         { font-size: 10pt; font-family: Tahoma; text-indent:0; word-spacing:0; margin-bottom:0}
  2. h1             { margin-top: 14pt; margin-bottom: 5pt; font-size: 12pt; font-weight: bold; }
  3. h2             { margin-top: 10pt; margin-bottom: 4pt; font-size: 11pt; font-weight: bold; }
  4. h3             { margin-top: 8pt; margin-bottom: 2pt; font-size: 10pt; font-weight: bold; }
  5. h4             { margin-top: 4pt; margin-bottom: 2pt; font-size: 10pt; font-weight: bold; }
  6. h6           { margin-top: 3pt; margin-bottom: 1pt; font-family: Courier New; font-size: 10pt; font-weight: 400 }
  7. p             { margin-top: 2pt; margin-bottom: 10pt; }
  8.  
  9. #banner
  10. {
  11.     position: absolute;
  12.     left: 5px;
  13.     top: 5px;
  14.     height: 70px;
  15. }
  16.  
  17. #leftnav
  18. {
  19.     position: absolute;
  20.     left: 8px;
  21.     top: 80px;
  22.     width: 200px;
  23. }
  24.  
  25. #content
  26. {
  27.     position: absolute; 
  28.     left: 210px; 
  29.     top: 60px;
  30.     padding-left:0; padding-right:20px; padding-top:0; padding-bottom:0
  31. }
  32.  
  33. #copyright
  34. {
  35.     position: absolute;
  36.     left: 500px;
  37.     top: 500px;
  38. }
  39.  
  40. td.fixed, p.fixed
  41. {
  42.     font-family: Courier New;
  43. }
  44.  
  45. li.nobullet,li.toc,ul.toc
  46. {    
  47.     list-style: none;    
  48. }
  49.  
  50. ul.toc
  51. {    
  52.     padding-left: 6pt;    
  53.     margin-left: 6pt;    
  54.     margin-top:0pt;
  55.     margin-bottom:1pt;
  56. }